
 #container {
            width: 1170px;
            margin: 0 auto;
        }

.resp-vtabs li.resp-tab-active span{ padding-top:12px !important; display:block;}
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
	color:#fff;
	text-align:right;
	font-family: 'Roboto';
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
	/*border: 1px solid #5AB1D0 !important;
	border-bottom: none;	
	border-top: 4px solid #5AB1D0 !important;
	border-bottom: 0px #fff solid !important;*/
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color:transparent !important;
}


.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
	border-top-color: #5AB1D0;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 20%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px 70px;
    cursor: pointer;
    float: none;
	margin-right:15px;
}
.resp-vtabs .resp-tabs-list li a{ color:#fff; text-decoration:none;}

.resp-tabs-list li:last-child{ border-bottom:none !important;}
.resp-vtabs .resp-tabs-container {
	padding: 10px 10px 10px 50px;
    background-color: #fff;
    border: 3px solid #f0881b;
/* 	border-top:none; */
    float: left;
    width: 80%;
    min-height: 600px;
    clear: none;
    margin-top: 20px;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}




.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
height:69px;
margin-right: -57px !important;
margin-left: -15px !important;
padding:9px 95px 0px 30px !important;
/*margin-bottom: 4px !important;*/
background-image:url(../images/tab-bg.png);
background-repeat:no-repeat;
border:none !important;
font-size:16px;
line-height:24px;
font-weight:800;
font-family: 'Roboto';
text-transform:uppercase;
}

.resp-arrow {
    width: 24px;
    height: 15px;
    float: right;
    margin-top: 3px;
	background-image:url(../images/down-arrow.png);
	background-repeat:no-repeat;
/*    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;*/
}

h2.resp-tab-active span.resp-arrow {
	 width: 24px;
    height: 15px;
    float: right;
    margin-top: 3px;
	background-image:url(../images/up-arrow.png);
	background-repeat:no-repeat;
    border: none;
    /*border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;*/
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
	background-color:#f0881b !important;
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}



/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

     .resp-vtabs .resp-tab-content {
       /* border: 1px solid #C1C1C1;*/
	   max-height:300px;
	   overflow-y:scroll;
	   background-color:#fff;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
	.resp-vtabs .resp-tabs-container {
    background-color:transparent;
}
h2.resp-accordion {
    font-size: 16px;
    border: 0px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
	text-align:center;
	color:#fff;
	font-family: 'Roboto';
    font-weight: 400;
}
h2.resp-accordion a {
	color:#fff;
	text-decoration:none;
}
h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
	background-color:#000;
	text-transform:uppercase;
	font-weight:700;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
	/*background-color:#fff;*/
}
.resp-arrow {
    width: 24px;
    height: 15px;
    float: right;
    margin-top: 3px;
	background-image:url(../images/down-arrow.png);
	background-repeat:no-repeat;
/*    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;*/
}

h2.resp-tab-active span.resp-arrow {
	 width: 24px;
    height: 15px;
    float: right;
    margin-top: 3px;
	background-image:url(../images/up-arrow.png);
	background-repeat:no-repeat;
    border: none;
    /*border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;*/
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
	background-color:#f0881b !important;
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}
}


/*
@media only screen and (min-width : 1025px) and (max-width : 1170px) {
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 24%;
}
.resp-vtabs .resp-tabs-container {
    width: 76%;
	}
}
*/
@media only screen and (min-width : 992px){
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 24%;
	margin-left:10px;
}
.resp-vtabs .resp-tabs-container {
    width: 74%;
	}	
.resp-vtabs li.resp-tab-active {
    margin-right: -60px !important;
}
}
@media only screen and (min-width : 769px) and (max-width : 991px) {
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 31%;
	margin-left:10px;
}
.resp-vtabs .resp-tabs-container {
    width: 67%;
	}
	.resp-vtabs li.resp-tab-active {
    margin-right: -62px !important;
}	
}

